home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 November
/
SGI Freeware 1999 November - Disc 1.iso
/
dist
/
fw_expect.idb
/
usr
/
freeware
/
include
/
expect_cf.h.z
/
expect_cf.h
Wrap
C/C++ Source or Header
|
1999-01-26
|
2KB
|
116 lines
/* expect_cf.h. Generated automatically by configure. */
/*
* Check for headers
*/
#ifndef __EXPECT_CF_H__
#define __EXPECT_CF_H__
/* #undef NO_STDLIB_H */ /* Tcl requires this name */
/* #undef HAVE_STDARG_H */
#define HAVE_VARARGS_H 1
#define HAVE_STROPTS_H 1
/* #undef HAVE_SYSCONF_H */
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_WAIT_H 1
/* #undef HAVE_SYS_BSDTYPES_H */ /* nice ISC special */
#define HAVE_SYS_SELECT_H 1 /* nice ISC special */
#define HAVE_SYS_TIME_H 1 /* nice ISC special */
/* #undef HAVE_SYS_PTEM_H */ /* SCO needs this for window size */
/* #undef HAVE_STRREDIR_H */ /* Solaris needs this for console redir */
/* #undef HAVE_STRPTY_H */ /* old-style Dynix ptys need this */
#define HAVE_UNISTD_H 1
#define HAVE_SYSMACROS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_TIOCGWINSZ_IN_TERMIOS_H 1
#define HAVE_TCGETS_OR_TCGETA_IN_TERMIOS_H 1
/* #undef pid_t */
#define RETSIGTYPE void
#define TIME_WITH_SYS_TIME 1 /* ok to include both time.h and sys/time.h */
/*
* This section is for compile macros needed by
* everything else.
*/
/*
* Check for functions
*/
#define HAVE_MEMCPY 1
#define HAVE_SYSCONF 1
/* #undef SIMPLE_EVENT */
#define HAVE_STRFTIME 1
#define HAVE_MEMMOVE 1
#define HAVE_TIMEZONE 1 /* timezone() a la Pyramid */
#define HAVE_STRCHR 1
#ifndef HAVE_STRCHR
#define strchr(s,c) index(s,c)
#endif /* HAVE_STRCHR */
/*
* timezone
*/
#define HAVE_SV_TIMEZONE 1
/*
* wait status type
*/
/* #undef NO_UNION_WAIT */
/* #undef WNOHANG_REQUIRES_POSIX_SOURCE */
/*
* Signal stuff. Setup the return type
* and if signals need to be re-armed.
*/
/*#ifndef RETSIGTYPE*/
/*#define RETSIGTYPE void*/
/*#endif*/
#define REARM_SIG 1
/*
* Generate correct type for select mask
*/
#ifndef SELECT_MASK_TYPE
#define SELECT_MASK_TYPE fd_set
#endif
/*
* Check how stty works
*/
/* #undef STTY_READS_STDOUT */
/*
* Check for tty/pty functions and structures
*/
#define POSIX 1
#define HAVE_TCSETATTR 1
#define HAVE_TERMIO 1
#define HAVE_TERMIOS 1
/* #undef HAVE_SGTTYB */
#define HAVE__GETPTY 1
/* #undef HAVE_GETPTY */
/* #undef HAVE_OPENPTY */
/* #undef HAVE_PTC */
#define HAVE_PTC_PTS 1
/* #undef HAVE_PTYM */
/* #undef HAVE_PTYTRAP */
#define HAVE_PTMX 1
/* #undef HAVE_PTMX_BSD */
/* #undef HAVE_SCO_CLIST_PTYS */
/*
* Special hacks
*/
/* #undef CONVEX */
/* #undef SOLARIS */
#ifdef SOLARIS
#define __EXTENSIONS__
#endif /* SOLARIS */
#define WNOHANG_BACKUP_VALUE 64
#endif /* __EXPECT_CF_H__ */